Welcome![Sign In][Sign Up]
Location:
Search - graphics in turbo c

Search list

[GDI-Bitmap3dtrans

Description: 3D Transforms Demonstration Program. Requires Turbo C Version 1.5. Project file should contain the line DEMO3D.C GRAPHICS.LIB 3D.LIB DRIVERS.LIB The library directory must include 3D.LIB and GRAPHICS.LIB, and the include directory must include 3D.H. DRIVERS.LIB must be created by converting the .BGI files to .OBJ files (using the BGIOBJ utility in Turbo C version 1.5) and collecting them in a library (using TLIB). The program displays a cube, a tetrahedron, and an octahedron in three dimensions. Each figure is rotated about a different axis.
Platform: | Size: 77768 | Author: 邵长青 | Hits:

[Other resourceNEO_V1.1.36

Description: 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in TURBO C library functions can not be attained high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million); Moreover, it supports 8, 15 and 16 in three colors!
Platform: | Size: 1851441 | Author: 可永 | Hits:

[OtherTurbo C在图形状态下快速显示彩色汉字的方法

Description: C在图形状态下快速显示彩色汉字的方法-C in the state fast graphics display Chinese characters of color
Platform: | Size: 5775 | Author: 陈昌华 | Hits:

[MultiLanguageGRAFIX

Description: MSC TURBO-C图形库 -MSC TURBO-C graphics library
Platform: | Size: 41984 | Author: | Hits:

[OtherTurbo C在图形状态下快速显示彩色汉字的方法

Description: C在图形状态下快速显示彩色汉字的方法-C in the state fast graphics display Chinese characters of color
Platform: | Size: 5120 | Author: 陈昌华 | Hits:

[GDI-Bitmap3dtrans

Description: 3D Transforms Demonstration Program. Requires Turbo C Version 1.5. Project file should contain the line DEMO3D.C GRAPHICS.LIB 3D.LIB DRIVERS.LIB The library directory must include 3D.LIB and GRAPHICS.LIB, and the include directory must include 3D.H. DRIVERS.LIB must be created by converting the .BGI files to .OBJ files (using the BGIOBJ utility in Turbo C version 1.5) and collecting them in a library (using TLIB). The program displays a cube, a tetrahedron, and an octahedron in three dimensions. Each figure is rotated about a different axis.
Platform: | Size: 77824 | Author: 邵长青 | Hits:

[Graph DrawingNEO_V1.1.36

Description: 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in TURBO C library functions can not be attained high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million); Moreover, it supports 8, 15 and 16 in three colors!
Platform: | Size: 1852416 | Author: 可永 | Hits:

[Graph programsvga

Description: svga图形编程库,适用DOS,borlandc 3.1 turbo c, MS-C.可实现 256色以上编程-svga graphics programming library, application DOS, borlandc 3.1 turbo c, MS-C. Color can achieve more than 256 programming
Platform: | Size: 241664 | Author: 陈光进 | Hits:

[MultiLanguage314962354

Description: 整理资料时发现了大一时C程序设计的大作业,是一个简单的联系人管理系统,有一千多行代码吗,界面布局和菜单风格都是仿照 Turbo C 做的。 在C中表现图形界面是一件很痛苦的事情,于是就做了一个折中的选择,这个程序中的“图形界面”实际上是使用字符模仿的,但工程量仍然不小,大概有一半左右的代码花在了界面的描绘上。 程序的注释非常详细,现在看起来也一点不吃力,结构也比较清晰,界面和功能基本上是分开的,扩充和修改都很容易。对于C语言的初学者来说,应该是一个不错的范例,认真看一看肯定会有收获的。-collate information found for short C program designed large operations, is a simple contact management system, with more than 1,000 lines of code?, layout and the menu interface is modeled on the style of Turbo C to do. In C for performance graphics interface is a very painful thing, and then do the one compromise option, This process of "graphical interface" is used to imitate the characters, but the output is still small, probably have about half of the code of the interface spend on the extras. Notes procedure is very detailed, now seem a little hard, the structure of which is comparatively clear. interface and the basic function is separate from the expansion and modification is easy. C Language for beginners, this should be a good example, be sure to look at the harvest.
Platform: | Size: 147456 | Author: 江枫 | Hits:

[OtherTurboCGraphicFunction

Description: <Turbo C图形函数详解>详细介绍了在Turbo C环境下关于图形函数的一些知识-<Turbo C图形函数详解> described in detail in the Turbo C environment graphics function on some knowledge
Platform: | Size: 118784 | Author: 学习 | Hits:

[Education soft systemttsms

Description: 大一时学c语言时做的一个基于turbo-c图形库的学生管理系统(非文本图形方式),应该说当时花了不少心血。功能方面实现:调色(对8个默认的调色板的值进行更改),换肤(改界面颜色),时间,文件加密(用了类似转子加密的方法),快捷键,错误提示,分页等,注释比较详细,供初学c语言的人参考。需要将egavga.obj文件link起来才能脱离turbo-c环境执行,网上能找到相关教程。-Big time learning c language to do a turbo-c-based graphics library student management system (non-text graphics mode), it should be said that time spent a lot of effort. Functions to achieve: color (for 8 the value of the default color palette to make changes), skin (change the interface colors), time, file encryption (with a similar rotor encryption methods), keyboard shortcuts, error message, sub- page and so on, the Notes in more detail for the beginner c language reference. Egavga.obj documents need to link up our way out of turbo-c environmental performance, on-line to find the relevant tutorial.
Platform: | Size: 13312 | Author: T | Hits:

[Other Games123

Description: 图形用户界面的c程序,在turbo c中编译通过。适合初学者学习图形编程。在tc图形界面下实现。-Graphical user interface of the c program in turbo c in the compiler through. Suitable for beginners to learn graphics programming. Graphical interface in the tc achieve.
Platform: | Size: 3072 | Author: wxl | Hits:

[GUI Developgraphics_cpp

Description: 用C++语言写的可在Turbo C下编译运行的若干图形函数,调用C的graphics.h里的函数,能实现矩形,椭圆等图形的绘制-Using C++ language written in Turbo C compiler to run under a number of graphics functions, call the graphics.h in the C function, to achieve rectangular, oval, such as graphics rendering
Platform: | Size: 29696 | Author: elvis | Hits:

[Graph programtuxingxue

Description: 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:44452114 E-mail:lewsn2008@yahoo.com.cn -The program package contains a variety of computer graphics algorithms learned source: 1, straight line method (B algorithm, DDA algorithm and the mid-point algorithm) 2, 3 arc algorithm, polygon fill algorithm (ordered edge hair, Seed algorithms and pattern filling algorithm) 4, two-dimensional transform algorithm 5, line two-dimensional cutting algorithm is six, three-dimensional transform algorithm package has various algorithms source and executable programs, in addition to description and explanation of procedures to ensure easy read. Procedures are personally write console C program using Turbo C write, write GUI programs using VC. And they are all tested successfully. Can I have any questions contact: QQ: 44452114 E-mail: lewsn2008@yahoo.com.cn
Platform: | Size: 313344 | Author: lewsn2008 | Hits:

[Otherc-language-graphics-functions-description

Description: Turbo C提供了非常丰富的图形函数, 所有图形函数的原型均在graphics. h中, 本节主要介绍图形模式的初始化、独立图形程序的建立、基本图形功能、图形窗口以及图形模式下的文本输出等函数。另外, 使用图形函数时要确保有显示器图形驱动程序*BGI, 同时将集成开发环境Options/Linker中的Graphics lib选为on, 只有这样才能保证正确使用图形函数。-Turbo C provides a very rich graphical functions, all the graphics functions of the prototype are in graphics. H in, this section focuses on the initialization of graphics mode, the establishment of an independent graphics program, the basic graphics functions, graphics window, as well as graphics mode text output and other functions. In addition, when using the graphics function is to ensure that display graphics drivers* BGI, while Integrated Development Environment Options/Linker in the Graphics lib voted on, the only way to ensure the proper use of graphics functions.
Platform: | Size: 100352 | Author: | Hits:

[3D Graphic3dCar

Description: Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.-Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.
Platform: | Size: 3072 | Author: nishath anjum | Hits:

[GUI Developface1-in-c-language

Description: 这个是turbo c中图形界面的程序,该程序将turbo c制作成可操作的图形界面。-this is a graphics program in turbo c.
Platform: | Size: 1024 | Author: johnson chen | Hits:

[OtherGRAPHICS

Description: 头文件 graphics.h graphics.h头文件只在Turbo C中才有,也只适用TC,若用VC的话可用API函数 -The header files graphics.h, graphics.h, header files only in Turbo C and is only applicable TC VC, then the available API functions
Platform: | Size: 3072 | Author: yanglei | Hits:

[Graph programgraphics-(1)

Description: graphics programs in turbo c
Platform: | Size: 3072 | Author: kat | Hits:

[Windows DevelopTC30

Description: 在 win2000/winxp/vista/win7/win10 下完美使用 Turbo C/C++ 3.0,包括图形程序。 所有环境均已经配置好,不用修改。 双击执行“Turbo C++ 3.0”即可。 由于虚拟了 DOS 环境,文件夹 DISK_C 就是 C:\,使用文件路径的时候需要注意。 例如,图形程序中初始化图形环境的代码: int gdriver=VGA, gmode=VGAHI; initgraph(&gdriver, &gmode, "C:\\TC30\\BGI"); 路径说明: dosbox 虚拟 DOS 环境的软件 DosBox 0.72 DISK_C 虚拟的 DOS 环境的 C:\ └TC30 Turbo C/C++ 3.0 程序文件路径 Alt + Enter 可以切换全屏/窗口。(This system can perfectly use Turbo C/C++ 3 in win2000/winxp/vista/win7, including graphic program. All environments have been configured without modification. Double click to execute "Turbo C++ 3". Because the DOS environment is virtualized, the folder DISK_C is C:, so you need to pay attention when using the file path. For example, code for initializing graphical environment in graphics programs: Int gdriver=VGA, gmode=VGAHI; Initgraph (&gdriver, &gmode, "C:\\TC30\\BGI"); Path Description: Dosbox virtual DOS environment software DosBox 0.72 C:\ in DISK_C virtual DOS environment TC30 Turbo C/C++ 3 program file path Alt + Enter can switch full screen / windows)
Platform: | Size: 4670464 | Author: 巜御风踏血 | Hits:
« 12 »

CodeBus www.codebus.net